* regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Jul 2012 00:36:28 +0000 (17:36 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Jul 2012 00:36:28 +0000 (17:36 -0700)
commit539f92b7d75e693c4c6fc6c2719964985c9f18f6
tree3a774ee092db2a4f1d2fb047e7344604f36fa496
parentb912f64f9d422cb01f4d9ab75ebf235c9557e04a
* regex.c: Suppress GCC warning on RHEL 6.  (Bug#11207)

Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
since GCC 4.4.6 issues a bogus warning for them.
src/ChangeLog
src/regex.c